home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir36 / zipall12.zip / UNZIPDOC.BAT < prev    next >
DOS Batch File  |  1993-05-02  |  391b  |  17 lines

  1. @echo off
  2. REM
  3. REM UNZIPDOC.BAT
  4. REM
  5. REM This BAT file can be executed from within any subdirectory to cause PKUNZIP
  6. REM to explode a DOC.ZIP file previously created using the ZIPDOC.BAT
  7. REM
  8. pkunzip doc
  9. if errorlevel 1 goto errexit
  10. del doc.zip
  11. echo DOC.ZIP has been extracted and deleted.
  12. goto exit
  13. :errexit
  14. echo Error in execution of PKUNZIP (via UNZIPDOC.BAT).
  15. :exit
  16. echo on
  17.